home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 March
/
CMCD0305.ISO
/
Software
/
Demo
/
Maguma
/
workbench-2.1.0-trial.exe
/
{app}
/
resource
/
themes
/
NoTB
/
cb_toolbar.xrc
next >
Wrap
Extensible Markup Language
|
2004-02-12
|
1KB
|
33 lines
<?xml version="1.0" encoding="ISO-8859-1"?>
<resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
<object class="wxToolBar" name="cb_toolbar">
<style>wxTB_NODIVIDER | wxTB_HORIZONTAL | wxTB_FLAT</style>
<dontattachtoframe>1</dontattachtoframe>
<object class="tool" name="ID_TOOLCODE">
<radio>1</radio>
<bitmap>./img/cb_sortcode.png</bitmap>
<tooltip>Sort by code</tooltip>
<longhelp>Sort the class browser view according to the code layout</longhelp>
</object>
<object class="tool" name="ID_TOOLAL">
<radio>1</radio>
<bitmap>./img/cb_sortal.png</bitmap>
<tooltip>Sort alphabetically</tooltip>
<longhelp>Sort the class browser elements alphabetically</longhelp>
</object>
<object class="tool" name="ID_TOOLCAT">
<radio>1</radio>
<bitmap>./img/cb_sortcat.png</bitmap>
<tooltip>Sort categorized</tooltip>
<longhelp>Sort the class browser categorized, according to code</longhelp>
</object>
<object class="separator" />
<object class="tool" name="ID_TOOLSRCH">
<toggle>1</toggle>
<bitmap>./img/cb_search.png</bitmap>
<tooltip>Incremental search</tooltip>
<longhelp>Open incremental search window, searches the tree for desired element</longhelp>
</object>
</object>
</resource>